.footer_one {
    display: flex;
    justify-content: space-between;
}



.footer_li {
    width: 58%;
    display: flex;
    justify-content: space-between;
}

.footer_xtt h6 {
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 400;
}

.footer_cnt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer_cnt h6 {
    font-size: 12px;
    font-weight: 400;
    height: 30px;
    line-height: 30px;
}

.footer_cnt h6 a {
    color: #777777;
}

.footer_cnt h6 a:hover {
    color: rgb(107, 125, 236);
}

.footer_xtt_en h6 {
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 400;
    height: 50px;
    width: 67px;
}

.footer_cnt_en {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer_cnt_en h6 {
    font-size: 12px;
    font-weight: 400;
    height: 80px;
    line-height: 12px;
    width: 75px;
}

.footer_cnt_en h6 a {
    color: #777777;
}

.footer_cnt_en h6 a:hover {
    color: rgb(107, 125, 236);
}

.footer_ma {
    width: 20%;
}

.footer_ewm {
    height: 118px;
    background-image: url("../image/global_ma.gif");
    background-position: center center;
    background-size: auto 118px;
    background-repeat: no-repeat;
    margin-bottom: 7px;
}

.footer_ma p {
    font-size: 14px;
    text-align: center;
}

.footer_qita {
    width: 20%;
    position: relative;
}

.footer_qita p {
    color: #777777;
}

/* .footer_qita h2 {
    margin-top: 12px;
    margin-bottom: 10px;
    font-size: 26px;
    color: #333333;
    font-weight: 400;
}

.footer_qita h3 {
    font-size: 12.75px;
    color: #333333;
    font-weight: 400;
} */

.footer_y {
    height: 39.2px;
}

.footer_yx {
    position: absolute;
    right: 0px;
    /* top: 10px; */
}

.footer_y1 {
    height: 60px;
}

.footer_yx_p {
    line-height: 30px;
    font-size: 12px;
}

.footer_yx_p1 {
    line-height: 40px;
    font-size: 12px;
}

.footer_yx_fan {
    position: absolute;
    color: #000000;
    font-weight: 500;
    font-size: 14px;
    top: 0;
}

.bor_footer {
    width: 200%;
    border-bottom: 1px solid #e9e9e9;
    margin-left: -50%;
    margin-top: 1.5rem;
    margin-bottom: 1.25rem;
}

@media screen and (max-width: 768px) {
    .bor_footer {
        margin-bottom: 0rem;
    }
}

.footer_two {
    color: #333333;
    font-size: 14px;
    margin-bottom: 1.25rem;
    line-height: 30px;
}

.footer_two p {
    /* margin-bottom: 10px; */
    text-align: center;
}

/* .footer_two a p {
    margin-bottom: 10px;
    text-align: center;
} */

.footer_two a {
    display: block;
    margin-bottom: 10px;
    text-align: center;
}

.footer_two p a {
    display: inline-block;
}

.footer_two a:hover {
    color: rgb(107, 125, 236);
}